| 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`) |
12.578
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)
|
| 111 |
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add 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 = 1 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=656)) AND ((fp_1.id_feature_value=3276)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=94 AND c.nright<=95 GROUP BY p.id_product) p 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=656)) AND ((fp_1.id_feature_value=3276)) GROUP BY p.id_manufacturer |
10.916
ms
|
153900 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:781 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 119 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add 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 = 1 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) WHERE ((fp.id_feature_value=656)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='129' AND c.nleft>=94 AND c.nright<=95 GROUP BY p.id_product) p INNER 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=44)) AND ((fp_1.id_feature_value=656)) GROUP BY fp.id_feature_value |
9.749
ms
|
333126000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:781 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 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 |
7.533
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)
|
| 115 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add 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 = 1 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=656)) AND ((fp_1.id_feature_value=3276)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='129' AND c.nleft>=94 AND c.nright<=95 GROUP BY p.id_product) p INNER 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) LEFT JOIN pre4836_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=14)) AND ((fp_1.id_feature_value=656)) AND ((fp_2.id_feature_value=3276)) GROUP BY fp.id_feature_value |
6.101
ms
|
14620500 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:781 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 112 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add 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 = 1 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=656)) AND ((fp_1.id_feature_value=3276)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='129' AND c.nleft>=94 AND c.nright<=95 GROUP BY p.id_product) p INNER 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) LEFT JOIN pre4836_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=79)) AND ((fp_1.id_feature_value=656)) AND ((fp_2.id_feature_value=3276)) GROUP BY fp.id_feature_value |
5.512
ms
|
14620500 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:781 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 113 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add 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 = 1 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) WHERE ((fp.id_feature_value=3276)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='129' AND c.nleft>=94 AND c.nright<=95 GROUP BY p.id_product) p INNER 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=18)) AND ((fp_1.id_feature_value=3276)) GROUP BY fp.id_feature_value |
5.075
ms
|
1624500 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:781 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 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 = 1 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` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
4.872
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)
|
| 121 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add 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 = 1 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=656)) AND ((fp_1.id_feature_value=3276)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='129' AND c.nleft>=94 AND c.nright<=95 GROUP BY p.id_product) p INNER 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) LEFT JOIN pre4836_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=76)) AND ((fp_1.id_feature_value=656)) AND ((fp_2.id_feature_value=3276)) GROUP BY fp.id_feature_value |
4.814
ms
|
14620500 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:781 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 122 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add 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 = 1 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=656)) AND ((fp_1.id_feature_value=3276)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='129' AND c.nleft>=94 AND c.nright<=95 GROUP BY p.id_product) p INNER 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) LEFT JOIN pre4836_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=16)) AND ((fp_1.id_feature_value=656)) AND ((fp_2.id_feature_value=3276)) GROUP BY fp.id_feature_value |
4.390
ms
|
14620500 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:781 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 117 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add 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 = 1 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=656)) AND ((fp_1.id_feature_value=3276)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='129' AND c.nleft>=94 AND c.nright<=95 GROUP BY p.id_product) p INNER 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) LEFT JOIN pre4836_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=17)) AND ((fp_1.id_feature_value=656)) AND ((fp_2.id_feature_value=3276)) GROUP BY fp.id_feature_value |
4.380
ms
|
14620500 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:781 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 140 |
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 = 1)
STRAIGHT_JOIN `pre4836_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
3.136
ms
|
561 |
|
|
/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)
|
| 109 |
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 = 1 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=656)) AND ((fp_1.id_feature_value=3276)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='129' AND c.nleft>=94 AND c.nright<=95 GROUP BY p.id_product) p INNER JOIN pre4836_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 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 |
2.438
ms
|
73102500 |
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)
|
| 216 |
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` = 17562) WHERE pac.`id_attribute` = 6511 |
2.420
ms
|
14508 |
|
|
/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)
|
| 104 |
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 = 1) 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.233
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)
|
| 5235 |
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 = 1 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` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.882
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)
|
| 139 |
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 |
1.861
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)
|
| 103 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `pre4836_manufacturer` m INNER JOIN pre4836_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `pre4836_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1.785
ms
|
169 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Converter.php:286 (getManufacturers)
/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)
|
| 5445 |
SELECT SQL_NO_CACHE COALESCE(COUNT(*), 0)
FROM `pre4836_product_comment`
WHERE `validate` = 1 LIMIT 1 |
1.549
ms
|
3278 |
|
|
/modules/pssocialproof/pssocialproof.php:119
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5444 |
SHOW TABLES LIKE 'pre4836_product_comment' |
1.289
ms
|
1 |
|
|
/modules/pssocialproof/pssocialproof.php:111
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (17562) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.236
ms
|
30 |
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)
|
| 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 = 1)
LEFT JOIN `pre4836_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `pre4836_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 545
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.220
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)
|
| 5290 |
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 (634494,751591,751592,751593,751594,751595,751596,751597,751598,751599,751600,751601,751602,751603,751604,751605,751606,751607,751608,751609,751610,751611,751612,751613,751614,751615,751616,751617,751618,751619)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.182
ms
|
60 |
|
|
/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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
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 = 1)
WHERE (s.`active` = 1)
GROUP BY s.id_supplier
ORDER BY s.`name` ASC |
1.131
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)
|
| 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` = 1 |
1.115
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)
|
| 5402 |
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 (580956,737933,737934,737935,737936,737937,737938,737939,737940,737941,737942,737943,737944,737945,737946,737947,737948,737949)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.062
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5234 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pre4836_hook` h
WHERE (h.active = 1) |
0.999
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)
|
| 14 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pre4836_hook` h
WHERE (h.active = 1) |
0.932
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)
|
| 106 |
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` = 44 ORDER BY vl.`value` ASC |
0.931
ms
|
42 |
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)
|
| 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` = 1 |
0.914
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)
|
| 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 = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.910
ms
|
52 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 110 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `pre4836_manufacturer` m INNER JOIN pre4836_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `pre4836_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.897
ms
|
169 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 17 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pre4836_hook` |
0.888
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)
|
| 5426 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 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, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4908 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 737940) 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.844
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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.832
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)
|
| 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` = 1 |
0.820
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)
|
| 58 |
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` = 1 AND qdr.`active` = 1 ORDER BY qdr.`priority` DESC |
0.809
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)
|
| 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.785
ms
|
42452 |
|
|
/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)
|
| 5280 |
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 = 1)
LEFT JOIN `pre4836_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `pre4836_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 63
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.761
ms
|
3 |
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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.grossiste-tee-shirts.com' OR su.domain_ssl = 'www.grossiste-tee-shirts.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.737
ms
|
9 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 94 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a0
LEFT JOIN `pre4836_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 94) AND (a0.`nright` > 95) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.705
ms
|
168 |
Yes
|
|
/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)
|
| 5380 |
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 (580712,737775,737776,737777,737778,737779)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.680
ms
|
12 |
|
|
/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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
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 |
0.678
ms
|
60 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 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.653
ms
|
42452 |
|
|
/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)
|
| 5342 |
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` = 1 AND qdr.`active` = 1 ORDER BY qdr.`priority` DESC |
0.630
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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.614
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)
|
| 5289 |
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 = 1)
WHERE pa.`id_product` = 17562
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.614
ms
|
30 |
|
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 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, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4904 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 580712) 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.601
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)
|
| 5401 |
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 = 1)
WHERE pa.`id_product` = 4908
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.586
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM pre4836_layered_category
WHERE controller = 'category'
AND id_category = 545
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.575
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)
|
| 105 |
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` = 18 ORDER BY vl.`value` ASC |
0.562
ms
|
5 |
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)
|
| 173 |
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` = 580712
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4904 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` = 580712
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4904 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.560
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)
|
| 123 |
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 365 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 = 1
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 = 1
WHERE p.id_product IN (17562,4904,4908) |
0.555
ms
|
3 |
|
|
/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)
|
| 5247 |
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 = 1)
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 (4908) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.548
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)
|
| 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` = 1
WHERE (a.`id_category` = 545) AND (b.`id_shop` = 1) LIMIT 1 |
0.537
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)
|
| 5451 |
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` = 5
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.531
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5324 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` 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 = 1 )
INNER JOIN pre4836_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 17562
AND cl.`id_lang` = 1 |
0.525
ms
|
3 |
|
|
/classes/Product.php:3459
/modules/productstickers/productstickers.php:513 (getProductCategoriesFull)
/modules/productstickers/productstickers.php:493 (displaySticker)
/classes/Hook.php:1043 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
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 = 1)
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` = 17562
AND pac.`id_product_attribute` = 751614
AND agl.`id_lang` = 1 |
0.521
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 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` = 4904 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` = 4904 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.519
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)
|
| 206 |
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 = 1)
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` = 17562
AND pac.`id_product_attribute` = 751608
AND agl.`id_lang` = 1 |
0.517
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)
|
| 5442 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.512
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/prod/smarty/compile/child_generic_theme_grossiste/cf/57/d1/cf57d1115be21e02de4f679a6206e9efedef08cd_2.file.template.tpl.php:26 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e942097f3_53291444)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php: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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5450 |
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` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.510
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 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, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 17562 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 751591) 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.497
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)
|
| 5452 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.496
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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 = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.492
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)
|
| 99 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.492
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)
|
| 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` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.482
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)
|
| 120 |
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` = 44 ORDER BY vl.`value` ASC |
0.478
ms
|
42 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 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.477
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)
|
| 184 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 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, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4908 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 737941) 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.472
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)
|
| 5421 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` 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 = 1 )
INNER JOIN pre4836_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4908
AND cl.`id_lang` = 1 |
0.471
ms
|
3 |
|
|
/classes/Product.php:3459
/modules/productstickers/productstickers.php:513 (getProductCategoriesFull)
/modules/productstickers/productstickers.php:493 (displaySticker)
/classes/Hook.php:1043 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
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` = 1 |
0.467
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)
|
| 5433 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.460
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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` = 13 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.455
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)
|
| 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` = 7 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.453
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)
|
| 5435 |
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` = 'hookDisplayFooter')
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` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.448
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:454 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5387 |
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` 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 = 1 )
INNER JOIN pre4836_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4904
AND cl.`id_lang` = 1 |
0.446
ms
|
3 |
|
|
/classes/Product.php:3459
/modules/productstickers/productstickers.php:513 (getProductCategoriesFull)
/modules/productstickers/productstickers.php:493 (displaySticker)
/classes/Hook.php:1043 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5379 |
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 = 1)
WHERE pa.`id_product` = 4904
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.444
ms
|
6 |
|
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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.442
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 5437 |
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` = 'hookDisplayFooter')
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` = 1 AND `id_family` = 13
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.441
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:454 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
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` = 19 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.440
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)
|
| 5377 |
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` = 1
WHERE (a.`id_product` = 4904) 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: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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5285 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 1 AND pv.id_product IN (17562) ORDER BY pv.id_product ASC, pv.position ASC |
0.434
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5237 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pre4836_hook` |
0.432
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)
|
| 5372 |
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` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.429
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
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 = 1)
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` = 17562
AND pac.`id_product_attribute` = 751591
AND agl.`id_lang` = 1 |
0.425
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)
|
| 5454 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.425
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE name from `pre4836_opartstat_robots` |
0.418
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)
|
| 98 |
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.414
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)
|
| 5240 |
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 = 1)
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 (4904) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.412
ms
|
6 |
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)
|
| 150 |
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` = 17562 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` = 17562 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.411
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)
|
| 5327 |
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.410
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5373 |
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` = 1 AND `id_family` = 7
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.410
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5286 |
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` = 1
WHERE (a.`id_product` = 17562) LIMIT 1 |
0.409
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
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 = 1)
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` = 17562
AND pac.`id_product_attribute` = 634494
AND agl.`id_lang` = 1 |
0.407
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)
|
| 5447 |
SELECT SQL_NO_CACHE `id_guest`
FROM `pre4836_connections`
WHERE `id_guest` = 45353587
AND `date_add` > '2026-01-30 03:31:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.407
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
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 = 1)
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` = 17562
AND pac.`id_product_attribute` = 751602
AND agl.`id_lang` = 1 |
0.403
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)
|
| 107 |
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` = 1
WHERE (a.`id_category` = 545) LIMIT 1 |
0.400
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)
|
| 89 |
SELECT SQL_NO_CACHE * FROM `pre4836_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.399
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)
|
| 5388 |
SELECT SQL_NO_CACHE DISTINCT s.*
FROM `pre4836_product_stickers` s
INNER JOIN `pre4836_product_stickers_category` sc ON s.id_sticker = sc.id_sticker
INNER JOIN `pre4836_product_stickers_shop` ss ON s.id_sticker = ss.id_sticker
WHERE s.active = 1
AND sc.id_category IN (1,63,545)
AND ss.id_shop = 1 |
0.397
ms
|
1 |
|
|
/modules/productstickers/productstickers.php:529
/modules/productstickers/productstickers.php:493 (displaySticker)
/classes/Hook.php:1043 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pre4836_cart_product` cp
WHERE cp.`id_product_attribute` = 751591
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17562 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` = 751591
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17562 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.394
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)
|
| 5436 |
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` = 'hookDisplayFooter')
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` = 1 AND `id_family` = 7
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.387
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:454 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
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` = 4908 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` = 4908 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.386
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)
|
| 5375 |
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` = 1 AND `id_family` = 19
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.384
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
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 = 1)
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` = 17562
AND pac.`id_product_attribute` = 751596
AND agl.`id_lang` = 1 |
0.382
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)
|
| 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` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.381
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)
|
| 193 |
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` = 737941
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4908 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` = 737941
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4908 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.380
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)
|
| 5399 |
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` = 1
WHERE (a.`id_product` = 4908) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE * FROM pre4836_product_videos WHERE id_product = 0 AND id_shop = 1 ORDER BY position ASC |
0.377
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)
|
| 5438 |
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` = 'hookDisplayFooter')
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` = 1 AND `id_family` = 19
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.375
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:454 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5422 |
SELECT SQL_NO_CACHE DISTINCT s.*
FROM `pre4836_product_stickers` s
INNER JOIN `pre4836_product_stickers_category` sc ON s.id_sticker = sc.id_sticker
INNER JOIN `pre4836_product_stickers_shop` ss ON s.id_sticker = ss.id_sticker
WHERE s.active = 1
AND sc.id_category IN (1,63,545)
AND ss.id_shop = 1 |
0.373
ms
|
1 |
|
|
/modules/productstickers/productstickers.php:529
/modules/productstickers/productstickers.php:493 (displaySticker)
/classes/Hook.php:1043 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5374 |
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` = 1 AND `id_family` = 13
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.372
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE 1 FROM pre4836_cart_product cp WHERE `id_cart` = 0 AND `id_product` = 25851 LIMIT 1 |
0.371
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)
|
| 5230 |
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` = 1
WHERE (a.`id_product` = 4904) AND (b.`id_shop` = 1) LIMIT 1 |
0.371
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/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)
|
| 202 |
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 (634494, 751591, 751592, 751593, 751594, 751595, 751596, 751597, 751598, 751599, 751600, 751601, 751602, 751603, 751604, 751605, 751606, 751607, 751608, 751609, 751610, 751611, 751612, 751613, 751614, 751615, 751616, 751617, 751618, 751619) AND il.`id_lang` = 1 ORDER by i.`position` |
0.369
ms
|
30 |
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)
|
| 3 |
SELECT SQL_NO_CACHE value FROM `pre4836_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.367
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)
|
| 175 |
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 = 1)
WHERE pf.id_product = 4904
ORDER BY f.position ASC |
0.367
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)
|
| 118 |
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` = 17 ORDER BY vl.`value` ASC |
0.366
ms
|
14 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 176 |
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 = 1)
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` = 4904
AND pac.`id_product_attribute` = 580712
AND agl.`id_lang` = 1 |
0.365
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)
|
| 5453 |
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` = 11 AND `active` = 1 ORDER BY position |
0.359
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5443 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.356
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/prod/smarty/compile/child_generic_theme_grossiste/cf/57/d1/cf57d1115be21e02de4f679a6206e9efedef08cd_2.file.template.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e942097f3_53291444)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php: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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
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 = 1)
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` = 4908
AND pac.`id_product_attribute` = 737941
AND agl.`id_lang` = 1 |
0.356
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)
|
| 154 |
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 = 1)
WHERE pf.id_product = 17562
ORDER BY f.position ASC |
0.353
ms
|
5 |
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)
|
| 828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 634956) 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)
|
| 5439 |
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` = "bottomWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.351
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:337 (displayBlock)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5236 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pre4836_hook_alias` |
0.349
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)
|
| 5455 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.349
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5241 |
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 = 1)
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` = 4904
AND pac.`id_product_attribute` = 580712
AND agl.`id_lang` = 1 |
0.346
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)
|
| 5258 |
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 = 1)
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` = 4908
AND pac.`id_product_attribute` = 737941
AND agl.`id_lang` = 1 |
0.345
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/1e/a6/92/1ea692182fa742e55906c88e5aea0b8ec2dcf686_2.file.product-list-jsonld-gts.tpl.php:104 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e00e15_69883641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/33/5b/7c/335b7ca423d880c31e7a8a37ac137f55ec4dc173_2.file.head.tpl.php:100 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:439 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:54 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93dc5e13_08587149)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/33/5b/7c/335b7ca423d880c31e7a8a37ac137f55ec4dc173_2.file.head.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d926d8_78271043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5248 |
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 = 1)
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` = 4908
AND pac.`id_product_attribute` = 737944
AND agl.`id_lang` = 1 |
0.343
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)
|
| 5265 |
SELECT SQL_NO_CACHE * FROM pre4836_headinfoleft WHERE `id_lang` = "1" and `id_store`="1" LIMIT 1 |
0.343
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
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 = 1)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 17562) |
0.342
ms
|
30 |
|
|
/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)
|
| 41 |
SELECT SQL_NO_CACHE id_product, vimeo, hide_icon
FROM pre4836_videoproduitcategory
WHERE id_shop=1 |
0.341
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)
|
| 19 |
SELECT SQL_NO_CACHE name, alias FROM `pre4836_hook_alias` |
0.340
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)
|
| 5425 |
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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 4908 LIMIT 1 |
0.339
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5249 |
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 = 1)
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` = 4908
AND pac.`id_product_attribute` = 737938
AND agl.`id_lang` = 1 |
0.337
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)
|
| 195 |
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 = 1)
WHERE pf.id_product = 4908
ORDER BY f.position ASC |
0.336
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)
|
| 5449 |
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` = 1
ORDER BY `position`; |
0.335
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4904) |
0.334
ms
|
6 |
|
|
/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)
|
| 108 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category_lang`
WHERE `id_category` = 545 AND `id_shop` = 1 |
0.332
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)
|
| 114 |
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` = 18 ORDER BY vl.`value` ASC |
0.332
ms
|
5 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/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)
|
| 5423 |
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 = 1)
WHERE p.id_product = 4908
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 365 LIMIT 1 |
0.331
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5440 |
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` = "hookDisplayFooter" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.331
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:338 (displayBlock)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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` = 1 ORDER BY qdrf.priority ASC; |
0.328
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)
|
| 56 |
SELECT SQL_NO_CACHE COUNT(`id_quantity_discount_rule`) FROM `pre4836_quantity_discount_rule` WHERE `id_shop` = 1 LIMIT 1 |
0.328
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)
|
| 5325 |
SELECT SQL_NO_CACHE DISTINCT s.*
FROM `pre4836_product_stickers` s
INNER JOIN `pre4836_product_stickers_category` sc ON s.id_sticker = sc.id_sticker
INNER JOIN `pre4836_product_stickers_shop` ss ON s.id_sticker = ss.id_sticker
WHERE s.active = 1
AND sc.id_category IN (1,63,545)
AND ss.id_shop = 1 |
0.326
ms
|
1 |
|
|
/modules/productstickers/productstickers.php:529
/modules/productstickers/productstickers.php:493 (displaySticker)
/classes/Hook.php:1043 (hookDisplayProductListReviews)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5256 |
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` = 1
WHERE (a.`id_product` = 17562) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/1e/a6/92/1ea692182fa742e55906c88e5aea0b8ec2dcf686_2.file.product-list-jsonld-gts.tpl.php:104 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e00e15_69883641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/33/5b/7c/335b7ca423d880c31e7a8a37ac137f55ec4dc173_2.file.head.tpl.php:100 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:439 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:54 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93dc5e13_08587149)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/33/5b/7c/335b7ca423d880c31e7a8a37ac137f55ec4dc173_2.file.head.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d926d8_78271043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5257 |
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 = 1)
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` = 17562
AND pac.`id_product_attribute` = 751591
AND agl.`id_lang` = 1 |
0.321
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/1e/a6/92/1ea692182fa742e55906c88e5aea0b8ec2dcf686_2.file.product-list-jsonld-gts.tpl.php:104 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e00e15_69883641)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/33/5b/7c/335b7ca423d880c31e7a8a37ac137f55ec4dc173_2.file.head.tpl.php:100 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:439 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:54 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93dc5e13_08587149)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/33/5b/7c/335b7ca423d880c31e7a8a37ac137f55ec4dc173_2.file.head.tpl.php:56 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d926d8_78271043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5424 |
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 = 1)
WHERE pa.id_product = 4908 LIMIT 1 |
0.320
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
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` = 1
WHERE (a.`id_product` = 17562) AND (b.`id_shop` = 1) LIMIT 1 |
0.318
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)
|
| 5231 |
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 = 1)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4904
ORDER BY `position` |
0.317
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/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)
|
| 16 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pre4836_hook_alias` |
0.314
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)
|
| 5339 |
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` = 1
WHERE (a.`id_manufacturer` = 129) LIMIT 1 |
0.314
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/prod/smarty/compile/child_generic_theme_grossiste/57/1f/44/571f44be53a2bbf6f6497ef5b4a7beb77dfea6cb_2.file.bonmanufacturer-list.tpl.php:39 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9403e233_06052603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php: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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.312
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)
|
| 5448 |
INSERT INTO `pre4836_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('40289597', '', 'www.grossiste-tee-shirts.com/545-vestes-softshell-manches-longues?q=Genre-Homme%2FCaract%C3%A9ristique+sp%C3%A9ciale-Avec+capuche%2FMarque-Regatta+Professional', '', '2026-01-30 04:01:20') |
0.310
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
UPDATE `pre4836_cart` SET `id_shop_group` = '1',`id_shop` = '1',`id_address_delivery` = '0',`id_address_invoice` = '0',`id_carrier` = '0',`id_currency` = '1',`id_customer` = '0',`id_guest` = '45353587',`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 04:01:19',`date_upd` = '2026-01-30 04:01:19' WHERE `id_cart` = 0 |
0.307
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)
|
| 5441 |
SELECT SQL_NO_CACHE * FROM pre4836_footerbox WHERE `id_lang` = "1" and `id_store`="1" LIMIT 1 |
0.307
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pre4836_category_group ctg
WHERE ctg.`id_category` = 545 AND ctg.`id_group` = 1 LIMIT 1 |
0.302
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)
|
| 200 |
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 = 1)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17562
ORDER BY `position` |
0.300
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/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)
|
| 64 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 3 |
0.299
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)
|
| 5250 |
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 = 1)
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` = 4908
AND pac.`id_product_attribute` = 580956
AND agl.`id_lang` = 1 |
0.299
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)
|
| 5331 |
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 = 1)
WHERE pa.id_product = 17562 LIMIT 1 |
0.296
ms
|
30 |
|
|
/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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5390 |
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 = 1)
WHERE pa.id_product = 4904 LIMIT 1 |
0.294
ms
|
6 |
|
|
/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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
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.292
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)
|
| 5 |
SELECT SQL_NO_CACHE *
FROM `pre4836_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.291
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)
|
| 5273 |
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` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.291
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:203 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE * FROM `pre4836_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.291
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)
|
| 78 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 25 |
0.290
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)
|
| 23 |
SELECT SQL_NO_CACHE * FROM `pre4836_currency` c ORDER BY `iso_code` ASC |
0.289
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)
|
| 5332 |
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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 17562 LIMIT 1 |
0.288
ms
|
30 |
|
|
/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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
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` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.286
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)
|
| 59 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 1 |
0.285
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)
|
| 5264 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.285
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 27 |
0.284
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)
|
| 185 |
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 = 1)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4908) |
0.283
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)
|
| 5330 |
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 = 1)
WHERE p.id_product = 17562
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 365 LIMIT 1 |
0.283
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 1 |
0.282
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)
|
| 3034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734980) 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)
|
| 5267 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.282
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5268 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.282
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:139 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE `name`
FROM `pre4836_hook`
WHERE `id_hook` = 1017 LIMIT 1 |
0.281
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)
|
| 32 |
SELECT SQL_NO_CACHE *
FROM `pre4836_group_lang`
WHERE `id_group` = 1 |
0.280
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)
|
| 5259 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.278
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5278 |
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` = 1
WHERE (a.`id_category` = 545) AND (b.`id_shop` = 1) LIMIT 1 |
0.276
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5233 |
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 (580712, 737775, 737776, 737777, 737778, 737779) AND il.`id_lang` = 1 ORDER by i.`position` |
0.275
ms
|
6 |
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)
|
| 81 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 27 |
0.274
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)
|
| 174 |
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 = 1) 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 = 1) WHERE p.`id_product` = 4904 AND pa.`id_product` = 4904 AND pa.`id_product_attribute` = 580712 LIMIT 1 |
0.272
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)
|
| 80 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 7 |
0.271
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)
|
| 86 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 11 |
0.271
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)
|
| 72 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 5 |
0.270
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)
|
| 84 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 9 |
0.270
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)
|
| 68 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 15 |
0.269
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)
|
| 62 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 13 |
0.267
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)
|
| 66 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 19 |
0.267
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)
|
| 76 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 17 |
0.267
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)
|
| 5398 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 1 AND pv.id_product IN (4908) ORDER BY pv.id_product ASC, pv.position ASC |
0.267
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5391 |
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 = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 4904 LIMIT 1 |
0.266
ms
|
6 |
|
|
/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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 23 |
0.265
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)
|
| 5376 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 1 AND pv.id_product IN (4904) ORDER BY pv.id_product ASC, pv.position ASC |
0.265
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 21 |
0.265
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)
|
| 124 |
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 = 1)
WHERE i.`id_product` = 17562
AND image_shop.`cover` = 1 LIMIT 1 |
0.265
ms
|
6 |
|
|
/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)
|
| 5434 |
SELECT SQL_NO_CACHE qdrf.*
FROM `pre4836_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.263
ms
|
8 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
/modules/quantitydiscountpro/quantitydiscountpro.php:810 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:454 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5284 |
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` = 1
WHERE (a.`id_category` = 546) AND (b.`id_shop` = 1) LIMIT 1 |
0.260
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5389 |
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 = 1)
WHERE p.id_product = 4904
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 365 LIMIT 1 |
0.260
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
0.259
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)
|
| 5274 |
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` = 1 AND `id_family` = 7
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.258
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:203 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 13 |
0.257
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)
|
| 90 |
SELECT SQL_NO_CACHE format
FROM `pre4836_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.257
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)
|
| 5428 |
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`=4908 |
0.256
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 3 |
0.256
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)
|
| 5243 |
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` = 1
WHERE (a.`id_product` = 4908) AND (b.`id_shop` = 1) LIMIT 1 |
0.256
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)
|
| 79 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 7 |
0.254
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)
|
| 5446 |
SELECT SQL_NO_CACHE `name`
FROM `pre4836_hook`
WHERE `id_hook` = 1019 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b7/66/73/b76673f2974212f86dcb071f59671242eda89c86_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e941ed108_33757885)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 19 |
0.252
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)
|
| 5371 |
SELECT SQL_NO_CACHE qdrf.*
FROM `pre4836_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.252
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_lang` FROM `pre4836_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.251
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)
|
| 75 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 17 |
0.251
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)
|
| 156 |
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.251
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)
|
| 5275 |
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` = 1 AND `id_family` = 13
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.251
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:203 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5350 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 19 |
0.251
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5277 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.250
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:203 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5346 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 13 |
0.250
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE COUNT(qdr.`id_quantity_discount_rule`) AS nb
FROM `pre4836_quantity_discount_rule` qdr
WHERE `id_shop` = 1 LIMIT 1 |
0.249
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)
|
| 5292 |
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.249
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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 = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.247
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)
|
| 54 |
SELECT SQL_NO_CACHE * FROM `pre4836_in_cart_suppliers` WHERE `id_cart` = 0 |
0.247
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)
|
| 67 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 15 |
0.247
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)
|
| 5344 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 1 |
0.247
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5400 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 4908 AND `id_shop` = 1 |
0.247
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 21 |
0.246
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)
|
| 71 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 5 |
0.246
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)
|
| 83 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 9 |
0.246
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)
|
| 85 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 11 |
0.246
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)
|
| 5276 |
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` = 1 AND `id_family` = 19
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.246
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:203 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5393 |
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`=4904 |
0.245
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 23 |
0.244
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)
|
| 77 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 25 |
0.244
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)
|
| 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` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.243
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)
|
| 30 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.242
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)
|
| 5244 |
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 = 1)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4908
ORDER BY `position` |
0.240
ms
|
4 |
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)
|
| 33 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.239
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)
|
| 5343 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 1 |
0.239
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716348) 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)
|
| 5263 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.239
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5378 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 4904 AND `id_shop` = 1 |
0.238
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 634970) 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)
|
| 5334 |
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`=17562 |
0.236
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pre4836_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.235
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)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `pre4836_country_lang`
WHERE `id_country` = 8 |
0.235
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)
|
| 5347 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 3 |
0.232
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5341 |
SELECT SQL_NO_CACHE COUNT(qdr.`id_quantity_discount_rule`) AS nb
FROM `pre4836_quantity_discount_rule` qdr
WHERE `id_shop` = 1 LIMIT 1 |
0.230
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5348 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 3 |
0.228
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.227
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)
|
| 830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 634997) 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)
|
| 843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635332) 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)
|
| 5272 |
SELECT SQL_NO_CACHE qdrf.*
FROM `pre4836_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.227
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:203 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5326 |
SELECT SQL_NO_CACHE `name` FROM `pre4836_supplier` WHERE `id_supplier` = 107 LIMIT 1 |
0.227
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5351 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 15 |
0.226
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5354 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 21 |
0.226
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5283 |
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` = 1
WHERE (a.`id_category` = 583) AND (b.`id_shop` = 1) LIMIT 1 |
0.226
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE `id_zone`
FROM `pre4836_country`
WHERE `id_country` = 8 LIMIT 1 |
0.224
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)
|
| 5352 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 15 |
0.223
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5345 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 13 |
0.222
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724748) 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)
|
| 5262 |
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` = 1 AND `active` = 1 ORDER BY position DESC; |
0.221
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5340 |
SELECT SQL_NO_CACHE COUNT(`id_quantity_discount_rule`) FROM `pre4836_quantity_discount_rule` WHERE `id_shop` = 1 LIMIT 1 |
0.218
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5358 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 23 |
0.218
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734981) 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)
|
| 5287 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 17562 AND `id_shop` = 1 |
0.216
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE COUNT(*) FROM pre4836_shop LIMIT 1 |
0.215
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)
|
| 5361 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 25 |
0.215
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5246 |
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 (580956, 737933, 737934, 737935, 737936, 737937, 737938, 737939, 737940, 737941, 737942, 737943, 737944, 737945, 737946, 737947, 737948, 737949) AND il.`id_lang` = 1 ORDER by i.`position` |
0.214
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)
|
| 5266 |
SELECT SQL_NO_CACHE * FROM pre4836_headinforight WHERE `id_lang` = "1" and `id_store`="1" LIMIT 1 |
0.214
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 580956) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 167 AND `id_shop` = 1 LIMIT 1 |
0.212
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)
|
| 5356 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 5 |
0.212
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5364 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 7 |
0.212
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 580712) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5279 |
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` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
0.211
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5368 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 9 |
0.211
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5370 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 11 |
0.211
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pre4836_country`
WHERE `id_country` = 8 LIMIT 1 |
0.210
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)
|
| 5362 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 25 |
0.210
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5349 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 19 |
0.209
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5360 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 17 |
0.209
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5430 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635003) 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)
|
| 5427 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 4908 AND id_shop=1 LIMIT 1 |
0.208
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5366 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 27 |
0.207
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
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 = 1) 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 = 1) WHERE p.`id_product` = 17562 AND pa.`id_product` = 17562 AND pa.`id_product_attribute` = 751591 LIMIT 1 |
0.206
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)
|
| 159 |
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 = 1)
WHERE i.`id_product` = 4904
AND image_shop.`cover` = 1 LIMIT 1 |
0.204
ms
|
2 |
|
|
/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)
|
| 27 |
SELECT SQL_NO_CACHE `id_lang` FROM `pre4836_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.204
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)
|
| 5409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737941) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 4904 LIMIT 1 |
0.202
ms
|
6 |
|
|
/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)
|
| 5353 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 21 |
0.202
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635021) 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)
|
| 5408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.201
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)
|
| 179 |
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 = 1)
WHERE i.`id_product` = 4908
AND image_shop.`cover` = 1 LIMIT 1 |
0.201
ms
|
4 |
|
|
/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)
|
| 833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635043) 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)
|
| 5291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 634494) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751597) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pre4836_required_field |
0.199
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)
|
| 834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635072) 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)
|
| 835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635084) 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)
|
| 157 |
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` = 1
WHERE (a.`id_product_attribute` = 751591) LIMIT 1 |
0.197
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)
|
| 5394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 0 LIMIT 1 |
0.196
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)
|
| 194 |
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 = 1) 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 = 1) WHERE p.`id_product` = 4908 AND pa.`id_product` = 4908 AND pa.`id_product_attribute` = 737941 LIMIT 1 |
0.196
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)
|
| 836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635175) 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)
|
| 5355 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 5 |
0.196
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pre4836_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.195
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)
|
| 839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635226) 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)
|
| 5282 |
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 = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.195
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5359 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 17 |
0.195
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635187) 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)
|
| 838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635199) 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)
|
| 840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635272) 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)
|
| 842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635304) 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)
|
| 5365 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 27 |
0.194
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5357 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 23 |
0.194
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635292) 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)
|
| 5363 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 7 |
0.193
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5369 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 11 |
0.193
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5367 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 9 |
0.193
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 737775) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737947) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724759) 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)
|
| 177 |
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` = 1
WHERE (a.`id_product_attribute` = 580712) LIMIT 1 |
0.191
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)
|
| 2545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730768) 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)
|
| 5431 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.191
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737939) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.190
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737942) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.190
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735705) 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)
|
| 5298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751596) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.188
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
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` = 1
WHERE (a.`id_product_attribute` = 737941) LIMIT 1 |
0.188
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)
|
| 1584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716384) 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)
|
| 172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 580712) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
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)
|
| 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` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5329 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax_lang`
WHERE `id_tax` = 1 |
0.184
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
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.183
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)
|
| 3141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735706) 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)
|
| 5336 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737943) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 17562 |
0.183
ms
|
30 |
|
|
/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)
|
| 451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 578793) 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)
|
| 5383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 737776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724760) 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)
|
| 1582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716382) 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)
|
| 3036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734982) 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)
|
| 5300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751598) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.181
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731592) 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)
|
| 3747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741325) 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)
|
| 5419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737948) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 737777) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731590) 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)
|
| 5328 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.177
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5432 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751594) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737949) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716383) 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)
|
| 2544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730767) 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)
|
| 5385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 737778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737944) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737946) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716381) 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)
|
| 5297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751595) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 737779) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5395 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737945) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5337 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.172
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)
|
| 204 |
SELECT SQL_NO_CACHE * FROM `pre4836_image_type` |
0.172
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)
|
| 5270 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5333 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 17562 AND id_shop=1 LIMIT 1 |
0.171
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5392 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 4904 AND id_shop=1 LIMIT 1 |
0.171
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE *
FROM `pre4836_currency_lang`
WHERE `id_currency` = 1 |
0.170
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:690 (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)
|
| 5338 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.168
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)
|
| 203 |
SELECT SQL_NO_CACHE state FROM pre4836_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.168
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)
|
| 2610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731591) 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)
|
| 5294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5396 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 4904 LIMIT 1 |
0.167
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)
|
| 5288 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre4836_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 545 LIMIT 1 |
0.167
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751611) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5397 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 594632) 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)
|
| 1580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716351) 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)
|
| 3870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742507) 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)
|
| 5301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751599) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716349) 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)
|
| 5260 |
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` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.162
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731698) 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)
|
| 1344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713532) 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)
|
| 1579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716350) 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)
|
| 3876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742529) 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)
|
| 1585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716385) 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)
|
| 2790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733356) 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)
|
| 5281 |
SELECT SQL_NO_CACHE *
FROM `pre4836_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.160
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713630) 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)
|
| 2749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733016) 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)
|
| 5304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751602) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 17562 AND `id_group` = 1 LIMIT 1 |
0.158
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)
|
| 846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635368) 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)
|
| 1422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714126) 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)
|
| 5242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 580712) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
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)
|
| 2350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726370) 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)
|
| 863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707461) 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)
|
| 2616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731657) 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)
|
| 2733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732861) 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)
|
| 211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
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)
|
| 1009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709737) 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)
|
| 1467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714526) 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)
|
| 934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 708011) 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)
|
| 1248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712359) 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)
|
| 2655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732032) 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)
|
| 1594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716468) 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)
|
| 3748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741326) 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)
|
| 3891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742656) 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)
|
| 5302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751600) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751601) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599476) 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)
|
| 997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709327) 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)
|
| 1431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714143) 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)
|
| 1586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716386) 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)
|
| 2156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724841) 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)
|
| 2157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724842) 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)
|
| 2566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731055) 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)
|
| 3037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735034) 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)
|
| 3278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736870) 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)
|
| 3879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742552) 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)
|
| 4570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747103) 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)
|
| 5305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751603) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751605) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711371) 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)
|
| 166 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 4904 AND id_shop=1 LIMIT 1 |
0.153
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)
|
| 1004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709334) 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)
|
| 2549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730772) 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)
|
| 2634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731820) 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)
|
| 3894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742682) 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)
|
| 5232 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 4904 |
0.153
ms
|
6 |
|
|
/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)
|
| 5316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751614) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751615) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751619) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 578916) 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)
|
| 1285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712805) 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)
|
| 2295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 725952) 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)
|
| 2614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731655) 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)
|
| 130 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 17562 LIMIT 1 |
0.152
ms
|
30 |
|
|
/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)
|
| 170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4904) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
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)
|
| 525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589454) 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)
|
| 993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709242) 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)
|
| 1062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710558) 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)
|
| 1206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712004) 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)
|
| 1219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712040) 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)
|
| 1485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714767) 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)
|
| 1570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716134) 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)
|
| 2577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731261) 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)
|
| 2617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731658) 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)
|
| 2735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732863) 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)
|
| 2765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733236) 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)
|
| 2923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734585) 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)
|
| 3193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736005) 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)
|
| 5306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751604) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751606) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751607) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751617) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751618) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711259) 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)
|
| 1276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712786) 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)
|
| 1489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714919) 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)
|
| 2667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732113) 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)
|
| 5310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710740) 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)
|
| 1146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711391) 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)
|
| 1470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714554) 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)
|
| 534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589586) 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)
|
| 921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707909) 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)
|
| 1002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709332) 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)
|
| 1066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710562) 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)
|
| 1071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710640) 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)
|
| 1126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711232) 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)
|
| 1210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712020) 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)
|
| 1215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712036) 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)
|
| 1360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713664) 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)
|
| 2352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726671) 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)
|
| 2730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732858) 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)
|
| 3302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736991) 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)
|
| 5311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751609) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751616) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/72/80/cc/7280cc546261733aa5859ff16577b594401ae2df_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ef1c64_24324530)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600250) 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)
|
| 1006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709734) 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)
|
| 1281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712791) 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)
|
| 1343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713531) 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)
|
| 5088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750570) 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)
|
| 712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 619308) 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)
|
| 859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707444) 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)
|
| 930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 708000) 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)
|
| 1001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709331) 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)
|
| 1418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714122) 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)
|
| 2153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724838) 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)
|
| 2626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731701) 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)
|
| 2757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733048) 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)
|
| 3895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742683) 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)
|
| 4269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745457) 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)
|
| 5087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750569) 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)
|
| 9 |
SELECT SQL_NO_CACHE *
FROM `pre4836_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.149
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)
|
| 673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600689) 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)
|
| 1000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709330) 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)
|
| 1057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710459) 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)
|
| 1412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714109) 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)
|
| 1458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714380) 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)
|
| 1461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714383) 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)
|
| 1574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716345) 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)
|
| 2585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731310) 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 = 17562) AND (id_product_attribute = 732757) 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)
|
| 3188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735977) 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)
|
| 4578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747135) 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)
|
| 5097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750634) 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)
|
| 3877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742530) 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)
|
| 586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 595583) 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)
|
| 665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600318) 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)
|
| 847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635380) 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)
|
| 848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635553) 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)
|
| 1245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712347) 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)
|
| 1271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712721) 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)
|
| 1573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716296) 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)
|
| 2349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726369) 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 = 17562) AND (id_product_attribute = 731266) 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)
|
| 2709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732648) 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)
|
| 2881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734137) 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)
|
| 3893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742658) 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)
|
| 991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709240) 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)
|
| 1425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714129) 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)
|
| 526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589459) 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)
|
| 605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 597515) 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)
|
| 1200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711962) 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)
|
| 1239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712295) 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)
|
| 1249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712372) 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)
|
| 1498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714939) 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)
|
| 2599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731472) 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)
|
| 2649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731974) 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)
|
| 2751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733018) 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)
|
| 3283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736910) 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)
|
| 3880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742553) 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)
|
| 3902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742710) 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)
|
| 3904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742712) 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)
|
| 527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589462) 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)
|
| 849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635634) 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)
|
| 988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709131) 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)
|
| 999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709329) 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)
|
| 1346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713534) 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)
|
| 1427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714135) 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)
|
| 2546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730769) 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)
|
| 2583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731308) 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)
|
| 2744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732967) 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)
|
| 2772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733301) 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)
|
| 3890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742655) 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)
|
| 3940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743171) 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)
|
| 4997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750206) 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)
|
| 128 |
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 = 1)
WHERE pa.`id_product_attribute` = 751591 LIMIT 1 |
0.146
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)
|
| 524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589446) 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)
|
| 598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 596497) 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)
|
| 639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599387) 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)
|
| 672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600650) 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)
|
| 852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635732) 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)
|
| 1131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711245) 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)
|
| 1426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714134) 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)
|
| 2332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726289) 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)
|
| 3878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742551) 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)
|
| 1129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711243) 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)
|
| 1136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711263) 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)
|
| 1223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712063) 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)
|
| 1250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712373) 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)
|
| 1345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713533) 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)
|
| 1480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714723) 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)
|
| 1494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714924) 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)
|
| 1575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716346) 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)
|
| 1653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 717254) 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)
|
| 2631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731796) 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 = 17562) AND (id_product_attribute = 735707) 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)
|
| 3425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737933) 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)
|
| 3869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742506) 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)
|
| 5254 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.146
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)
|
| 1349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713618) 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)
|
| 2553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730914) 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)
|
| 2554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730915) 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)
|
| 4284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745539) 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)
|
| 4630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747341) 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)
|
| 217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 540949) 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)
|
| 604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 597479) 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)
|
| 850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635640) 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)
|
| 1005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709733) 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)
|
| 1010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709738) 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)
|
| 1130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711244) 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)
|
| 1236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712270) 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)
|
| 1270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712720) 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)
|
| 1416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714113) 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)
|
| 2548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730771) 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)
|
| 2550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730773) 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)
|
| 2627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731792) 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)
|
| 2656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732033) 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)
|
| 2668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732114) 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)
|
| 2720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732756) 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)
|
| 2739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732938) 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)
|
| 2741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732940) 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)
|
| 2753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733044) 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)
|
| 2768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733280) 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)
|
| 2773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733302) 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)
|
| 2775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733304) 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)
|
| 3105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735533) 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)
|
| 3191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735980) 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)
|
| 3289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736930) 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)
|
| 3821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742127) 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)
|
| 4990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750187) 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)
|
| 562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 593221) 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)
|
| 642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599522) 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)
|
| 853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635838) 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)
|
| 916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707599) 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)
|
| 987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709130) 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)
|
| 1011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709739) 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)
|
| 1229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712137) 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)
|
| 1288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712821) 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)
|
| 1417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714114) 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)
|
| 1472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714556) 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)
|
| 2148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724801) 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)
|
| 2328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726205) 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)
|
| 2336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726321) 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)
|
| 2341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726331) 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)
|
| 2551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730912) 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)
|
| 2556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730917) 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)
|
| 2569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731110) 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)
|
| 2633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731819) 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)
|
| 2635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731821) 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)
|
| 2719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732755) 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)
|
| 2722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732758) 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)
|
| 2723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732759) 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)
|
| 2724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732760) 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)
|
| 2732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732860) 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)
|
| 2734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732862) 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)
|
| 2740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732939) 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)
|
| 2746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732969) 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)
|
| 2755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733046) 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)
|
| 2759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733050) 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)
|
| 2767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733279) 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)
|
| 2769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733287) 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)
|
| 2776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733305) 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)
|
| 2794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733360) 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)
|
| 3042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735039) 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)
|
| 3112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735578) 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)
|
| 3189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735978) 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)
|
| 3296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736956) 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)
|
| 4809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749197) 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)
|
| 5019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750280) 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)
|
| 602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 596819) 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)
|
| 621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 598882) 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)
|
| 648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599632) 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)
|
| 690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 601304) 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)
|
| 925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707919) 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)
|
| 1064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710560) 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)
|
| 1269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712713) 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)
|
| 1424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714128) 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)
|
| 1471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714555) 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)
|
| 1743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 718393) 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)
|
| 2353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726672) 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)
|
| 2374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728225) 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)
|
| 2379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728382) 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)
|
| 2629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731794) 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)
|
| 2630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731795) 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)
|
| 2688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732448) 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)
|
| 2717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732753) 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)
|
| 2745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732968) 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)
|
| 2748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733015) 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)
|
| 2754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733045) 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)
|
| 2756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733047) 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)
|
| 2771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733300) 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)
|
| 2793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733359) 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)
|
| 2880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734136) 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)
|
| 3290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736931) 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)
|
| 3443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738010) 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)
|
| 3873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742526) 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)
|
| 3875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742528) 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)
|
| 3899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742707) 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)
|
| 161 |
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 = 1)
WHERE pa.`id_product_attribute` = 580712 LIMIT 1 |
0.143
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)
|
| 932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 708009) 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)
|
| 1338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713423) 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)
|
| 1340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713528) 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)
|
| 1454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714376) 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)
|
| 2572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731113) 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)
|
| 2750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733017) 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)
|
| 2752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733043) 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)
|
| 2766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733270) 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)
|
| 3187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735976) 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)
|
| 3649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740365) 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)
|
| 3759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741399) 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)
|
| 4992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750189) 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)
|
| 5099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750636) 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)
|
| 182 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 4908 LIMIT 1 |
0.142
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)
|
| 667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600391) 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)
|
| 923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707917) 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)
|
| 1237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712293) 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)
|
| 1415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714112) 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)
|
| 1419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714123) 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)
|
| 1481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714724) 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)
|
| 1589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716389) 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)
|
| 2361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 727658) 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)
|
| 2615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731656) 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)
|
| 2628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731793) 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)
|
| 2640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731898) 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)
|
| 2645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731950) 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)
|
| 2747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732970) 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)
|
| 2758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733049) 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)
|
| 2761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733127) 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)
|
| 2762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733150) 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)
|
| 2786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733338) 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)
|
| 3094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735484) 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)
|
| 3095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735485) 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)
|
| 3194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736006) 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)
|
| 3399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737780) 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)
|
| 3719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741026) 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)
|
| 3840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742275) 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)
|
| 3900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742708) 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)
|
| 4287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745548) 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)
|
| 5086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750568) 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)
|
| 5322 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "productcomments" LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589581) 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)
|
| 1272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712722) 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)
|
| 1286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712806) 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)
|
| 1414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714111) 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)
|
| 1451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714258) 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)
|
| 2421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728858) 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)
|
| 2654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732031) 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)
|
| 2664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732110) 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)
|
| 2703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732558) 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)
|
| 2742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732941) 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)
|
| 2763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733178) 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)
|
| 2764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733179) 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)
|
| 2774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733303) 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)
|
| 2800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733367) 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)
|
| 3093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735438) 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)
|
| 3261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736795) 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)
|
| 147 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 17562 LIMIT 1 |
0.141
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)
|
| 591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 595986) 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)
|
| 1238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712294) 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)
|
| 1468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714552) 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)
|
| 1588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716388) 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)
|
| 2613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731594) 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)
|
| 2638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731896) 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)
|
| 2651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731976) 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)
|
| 2770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733299) 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)
|
| 2801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733380) 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)
|
| 3272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736850) 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)
|
| 4998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750207) 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)
|
| 5018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750279) 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)
|
| 5034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750335) 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)
|
| 151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
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)
|
| 190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
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)
|
| 212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751602) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
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)
|
| 599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 596501) 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)
|
| 643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599526) 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)
|
| 647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599566) 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)
|
| 651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599695) 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)
|
| 671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600608) 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)
|
| 992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709241) 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)
|
| 1133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711260) 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)
|
| 1347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713535) 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)
|
| 1459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714381) 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)
|
| 2300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726010) 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)
|
| 2327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726204) 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)
|
| 2358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726677) 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)
|
| 2557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731006) 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)
|
| 2573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731114) 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)
|
| 2608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731550) 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)
|
| 2632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731818) 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)
|
| 2657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732034) 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)
|
| 2665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732111) 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)
|
| 2715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732741) 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)
|
| 2716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732742) 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)
|
| 2718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732754) 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)
|
| 2795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733361) 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)
|
| 2828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733555) 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)
|
| 2833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733565) 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)
|
| 2863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733946) 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)
|
| 3135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735679) 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)
|
| 3295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736955) 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)
|
| 3406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737795) 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)
|
| 3892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742657) 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)
|
| 3901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742709) 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)
|
| 192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737941) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
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)
|
| 539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589658) 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)
|
| 1590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716444) 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)
|
| 2158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724874) 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)
|
| 2294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 725951) 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)
|
| 2792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733358) 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 = 17562) AND (id_product_attribute = 735435) 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)
|
| 3113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735579) 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)
|
| 3329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737266) 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)
|
| 5238 |
SELECT SQL_NO_CACHE * FROM `pre4836_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.140
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)
|
| 11 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 125 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre4836_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 545 LIMIT 1 |
0.140
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)
|
| 181 |
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 = 1)
WHERE pa.`id_product_attribute` = 737941 LIMIT 1 |
0.140
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)
|
| 531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589559) 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)
|
| 536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589598) 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)
|
| 559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 592805) 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)
|
| 601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 596620) 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)
|
| 677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600889) 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)
|
| 936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 708069) 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)
|
| 1007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709735) 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)
|
| 1061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710557) 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)
|
| 1135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711262) 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)
|
| 1144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711389) 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)
|
| 1148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711393) 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)
|
| 1280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712790) 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)
|
| 1421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714125) 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)
|
| 1432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714144) 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)
|
| 2365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 727714) 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)
|
| 2397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728479) 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)
|
| 2407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728654) 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)
|
| 2446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 729685) 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)
|
| 2621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731682) 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)
|
| 2637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731895) 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)
|
| 2643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731948) 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)
|
| 2648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731973) 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)
|
| 2650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731975) 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)
|
| 2666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732112) 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)
|
| 2687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732447) 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)
|
| 2714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732740) 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)
|
| 2760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733051) 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)
|
| 2829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733561) 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)
|
| 3041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735038) 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)
|
| 3092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735437) 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)
|
| 3107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735556) 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)
|
| 3284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736911) 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)
|
| 3706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740907) 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)
|
| 3871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742508) 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)
|
| 4265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745453) 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)
|
| 4266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745454) 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)
|
| 4267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745455) 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)
|
| 4285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745540) 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)
|
| 4292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745553) 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)
|
| 4353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745819) 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)
|
| 5070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750441) 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)
|
| 5082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750537) 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)
|
| 5089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750583) 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)
|
| 537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589600) 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)
|
| 585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 595498) 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)
|
| 597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 596485) 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)
|
| 603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 597440) 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)
|
| 607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 597702) 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)
|
| 620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 598862) 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)
|
| 1003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709333) 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)
|
| 1073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710642) 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)
|
| 1077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710742) 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)
|
| 1221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712061) 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)
|
| 1231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712139) 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)
|
| 1246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712348) 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)
|
| 1265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712709) 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)
|
| 1339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713424) 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)
|
| 1428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714136) 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)
|
| 1453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714260) 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)
|
| 2154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724839) 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)
|
| 2235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 725376) 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)
|
| 2305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726032) 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)
|
| 2309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726036) 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)
|
| 2314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726132) 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)
|
| 2357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726676) 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)
|
| 2408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728655) 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)
|
| 2449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 729733) 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)
|
| 2555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 730916) 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)
|
| 2661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732067) 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)
|
| 2669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732197) 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)
|
| 2725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732831) 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)
|
| 2731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732859) 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)
|
| 2888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734363) 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)
|
| 3108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735557) 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)
|
| 3134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735678) 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)
|
| 3195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736007) 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)
|
| 3264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736798) 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)
|
| 4141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744439) 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)
|
| 4268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745456) 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)
|
| 4270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745458) 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)
|
| 4283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745538) 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)
|
| 4286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745541) 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)
|
| 4288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745549) 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)
|
| 4291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745552) 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)
|
| 5020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750281) 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)
|
| 5076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750476) 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)
|
| 5085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750567) 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)
|
| 5096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750633) 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)
|
| 5098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750635) 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)
|
| 5261 |
SELECT SQL_NO_CACHE *
FROM `pre4836_country_lang`
WHERE `id_country` = 8 |
0.139
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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 570564) 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)
|
| 424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 576910) 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)
|
| 529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589528) 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)
|
| 538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589609) 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)
|
| 542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589695) 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)
|
| 558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 592760) 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)
|
| 610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 597823) 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)
|
| 865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707464) 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)
|
| 866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707465) 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)
|
| 989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709158) 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)
|
| 1070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710639) 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)
|
| 1076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710741) 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)
|
| 1150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711395) 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)
|
| 1275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712725) 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)
|
| 1434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714146) 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)
|
| 1591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716445) 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)
|
| 1785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 719344) 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)
|
| 1855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 720602) 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)
|
| 1857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 720728) 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)
|
| 2150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724803) 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)
|
| 2337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726322) 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)
|
| 2369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728065) 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)
|
| 2372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728068) 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)
|
| 2398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728480) 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)
|
| 2401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728483) 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)
|
| 2405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728622) 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)
|
| 2425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728892) 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)
|
| 2644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731949) 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)
|
| 2660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732066) 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)
|
| 2685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732445) 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)
|
| 2743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732942) 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)
|
| 2882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734165) 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)
|
| 3055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735205) 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)
|
| 3085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735423) 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)
|
| 3104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735532) 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)
|
| 3309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737004) 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)
|
| 3583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739505) 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)
|
| 3605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740068) 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)
|
| 3693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740827) 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)
|
| 3872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742509) 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)
|
| 3911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742779) 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)
|
| 4262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745443) 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)
|
| 4749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748241) 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)
|
| 4873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749588) 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)
|
| 5041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750364) 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)
|
| 5063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750434) 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)
|
| 5132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750904) 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)
|
| 619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 598838) 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)
|
| 624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 598976) 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)
|
| 861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707456) 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)
|
| 1487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714769) 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)
|
| 1786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 719345) 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)
|
| 2346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726366) 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)
|
| 2620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731681) 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)
|
| 2698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732513) 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)
|
| 2796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733362) 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)
|
| 2840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733589) 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)
|
| 3750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741370) 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)
|
| 5028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750305) 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)
|
| 132 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.137
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)
|
| 138 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 17562 AND id_shop=1 LIMIT 1 |
0.137
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)
|
| 183 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 4908
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.137
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)
|
| 557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 592605) 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)
|
| 623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 598964) 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)
|
| 650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599690) 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)
|
| 845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635356) 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)
|
| 864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707463) 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)
|
| 938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 708071) 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)
|
| 994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709243) 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)
|
| 1063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710559) 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)
|
| 1078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710743) 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)
|
| 1207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712005) 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)
|
| 1222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712062) 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)
|
| 1243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712345) 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)
|
| 1357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713631) 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)
|
| 1361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713665) 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)
|
| 1744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 718394) 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)
|
| 2406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728623) 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)
|
| 2646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731951) 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)
|
| 2839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733585) 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)
|
| 3053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735105) 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)
|
| 3054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735106) 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)
|
| 3145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735710) 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)
|
| 3262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736796) 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)
|
| 3368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737562) 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)
|
| 3387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737685) 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)
|
| 3816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742072) 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)
|
| 3845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742320) 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)
|
| 4290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745551) 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)
|
| 4773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748456) 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)
|
| 149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.137
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)
|
| 594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 596364) 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)
|
| 1069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710638) 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)
|
| 1204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711996) 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)
|
| 1217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712038) 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)
|
| 1220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712041) 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)
|
| 1244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712346) 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)
|
| 1274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712724) 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)
|
| 1342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713530) 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)
|
| 1362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713666) 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)
|
| 1496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714937) 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)
|
| 1500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714941) 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)
|
| 1503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 715063) 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)
|
| 1504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 715064) 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)
|
| 1576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716347) 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)
|
| 2409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728656) 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)
|
| 2639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731897) 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)
|
| 3101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735529) 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)
|
| 3266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736844) 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)
|
| 3749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741327) 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)
|
| 3898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742686) 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)
|
| 3903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742711) 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)
|
| 5077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750477) 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)
|
| 5323 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 437 AND `id_shop` = 1 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/b0/79/be/b079bee330d2d1cf8c231de4d934d2c766970080_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ee9578_00143721)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/23/1c/0e231ce437a945b70dec20fdb2c4c8d695c1c165_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ed3699_77850170)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/d2/aa/28/d2aa286a55d622e23ff791a61a20af0ce453bd06_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93ecdb51_87451432)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:129 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:234 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589173) 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)
|
| 644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599531) 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)
|
| 860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707453) 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)
|
| 920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707894) 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)
|
| 935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 708035) 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)
|
| 986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709129) 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)
|
| 1058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710460) 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)
|
| 1205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711997) 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)
|
| 1208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712015) 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)
|
| 1266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712710) 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)
|
| 1268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712712) 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)
|
| 1279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712789) 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)
|
| 2273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 725879) 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)
|
| 2304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726031) 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)
|
| 2319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726179) 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)
|
| 2323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726200) 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)
|
| 2924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734586) 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)
|
| 3089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735434) 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)
|
| 3097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735487) 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)
|
| 3655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740488) 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)
|
| 3705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740906) 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)
|
| 4289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745550) 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)
|
| 4805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748848) 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)
|
| 5040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750363) 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)
|
| 5079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750496) 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)
|
| 158 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 751591 |
0.136
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)
|
| 178 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 580712 |
0.136
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)
|
| 198 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 737941 |
0.136
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)
|
| 336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 568338) 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)
|
| 528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589477) 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)
|
| 551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 591615) 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)
|
| 590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 595875) 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)
|
| 917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707600) 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)
|
| 922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707916) 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)
|
| 1147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711392) 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)
|
| 1242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712330) 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)
|
| 1282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712802) 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)
|
| 1358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713632) 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)
|
| 1363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713667) 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)
|
| 2580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731264) 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)
|
| 2802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733381) 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)
|
| 3133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735658) 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)
|
| 3617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740147) 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)
|
| 3881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742554) 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)
|
| 4120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744392) 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)
|
| 5035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750345) 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)
|
| 5039 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750362) 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)
|
| 5043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750366) 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)
|
| 5044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750367) 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)
|
| 5064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750435) 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)
|
| 563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 593257) 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)
|
| 595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 596450) 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)
|
| 851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 635654) 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)
|
| 1072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710641) 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)
|
| 1201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711963) 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)
|
| 1433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714145) 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)
|
| 2140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724761) 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)
|
| 2299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726009) 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)
|
| 2318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726178) 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)
|
| 2340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726330) 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)
|
| 2670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732198) 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)
|
| 3080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735310) 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)
|
| 3146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735734) 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)
|
| 3630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740187) 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)
|
| 3874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742527) 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)
|
| 4553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747035) 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)
|
| 4985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750182) 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)
|
| 4991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750188) 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)
|
| 5027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750304) 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)
|
| 561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 593176) 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)
|
| 636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599311) 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)
|
| 641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599495) 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)
|
| 655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599822) 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)
|
| 659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600124) 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)
|
| 769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 633339) 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)
|
| 931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 708002) 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)
|
| 937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 708070) 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)
|
| 1143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711388) 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)
|
| 1216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712037) 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)
|
| 1284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712804) 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)
|
| 1430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714138) 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)
|
| 1479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714722) 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)
|
| 1486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714768) 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)
|
| 1493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714923) 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)
|
| 2055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 724070) 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)
|
| 2322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726199) 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)
|
| 2324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726201) 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)
|
| 3040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735037) 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)
|
| 3091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735436) 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)
|
| 3103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735531) 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)
|
| 3115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735581) 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)
|
| 3136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735680) 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)
|
| 3190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735979) 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)
|
| 3418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737849) 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)
|
| 3431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737974) 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)
|
| 3488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738486) 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)
|
| 3513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738835) 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)
|
| 3593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739637) 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)
|
| 3631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740188) 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)
|
| 3713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741020) 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)
|
| 3725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741101) 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)
|
| 3822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742128) 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)
|
| 3905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742746) 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)
|
| 3931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742936) 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)
|
| 4282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745537) 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)
|
| 4341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745731) 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)
|
| 4724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748112) 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)
|
| 4801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748844) 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)
|
| 4846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749452) 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)
|
| 5025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750286) 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)
|
| 5071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750469) 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)
|
| 1203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711984) 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)
|
| 2454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 729865) 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)
|
| 329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 565279) 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)
|
| 332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 565880) 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)
|
| 522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589398) 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)
|
| 535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589591) 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)
|
| 540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589672) 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)
|
| 556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 592395) 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)
|
| 600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 596523) 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)
|
| 625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 598992) 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)
|
| 646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599562) 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)
|
| 674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600818) 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)
|
| 678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600906) 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)
|
| 767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 633288) 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)
|
| 867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707466) 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)
|
| 914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707597) 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)
|
| 996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709326) 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)
|
| 1056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710458) 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)
|
| 1079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 710744) 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)
|
| 1128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711242) 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)
|
| 1134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711261) 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)
|
| 1149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 711394) 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)
|
| 1283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712803) 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)
|
| 1289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 712822) 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)
|
| 1351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713620) 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)
|
| 1429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714137) 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)
|
| 1460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714382) 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)
|
| 2230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 725357) 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)
|
| 2375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728226) 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)
|
| 2382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728385) 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)
|
| 2400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728482) 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)
|
| 2402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728619) 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)
|
| 2404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728621) 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)
|
| 2410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728657) 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)
|
| 2412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728692) 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)
|
| 2415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728695) 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)
|
| 2427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728894) 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)
|
| 2433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 729474) 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)
|
| 2436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 729568) 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)
|
| 2455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 729866) 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)
|
| 2619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731680) 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)
|
| 2622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731697) 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)
|
| 2625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731700) 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)
|
| 2684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732444) 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)
|
| 2689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732449) 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)
|
| 2837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733569) 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)
|
| 2864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733955) 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)
|
| 2922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734584) 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)
|
| 2925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734587) 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)
|
| 2962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734709) 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)
|
| 3081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735311) 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)
|
| 3106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735555) 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)
|
| 3114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735580) 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)
|
| 3138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735682) 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)
|
| 3462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738160) 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)
|
| 3469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738251) 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)
|
| 3531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739027) 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)
|
| 3551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739266) 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)
|
| 3656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740489) 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)
|
| 3744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741322) 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)
|
| 3751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741371) 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)
|
| 3814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742070) 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)
|
| 3896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742684) 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)
|
| 3910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742751) 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)
|
| 3923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742915) 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)
|
| 4272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745460) 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)
|
| 4462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746513) 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)
|
| 4571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747128) 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)
|
| 4663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747500) 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)
|
| 4768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748451) 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)
|
| 4808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749196) 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)
|
| 4814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749228) 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)
|
| 4816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749230) 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)
|
| 4993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750190) 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)
|
| 5007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750227) 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)
|
| 5017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750256) 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)
|
| 5061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750414) 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)
|
| 133 |
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.133
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)
|
| 240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 544937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576444) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576651) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576924) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589707) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 591617) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 593723) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 594452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 596137) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599059) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599385) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633316) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707598) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707918) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 709244) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710637) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712374) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712723) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712820) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 713619) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724747) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724802) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 727659) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728224) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728693) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729737) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732247) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732249) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732479) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732557) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732646) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733966) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734544) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735424) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735486) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735769) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736990) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737107) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738060) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738485) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 738829) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739189) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740186) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740559) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740615) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741374) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741376) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741397) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745820) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748327) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750168) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750306) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 566465) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714147) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728658) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728699) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731699) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732246) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732481) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735426) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735530) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738625) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742747) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745444) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747134) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 4908 AND id_shop=1 LIMIT 1 |
0.132
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)
|
| 188 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 4908 LIMIT 1 |
0.132
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)
|
| 251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545707) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576377) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 597849) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 597876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707887) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 712788) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713617) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713668) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724042) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 727657) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728407) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728449) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728451) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728620) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728694) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729736) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731056) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732450) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732478) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732483) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732512) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732514) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734568) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737672) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737993) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738011) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739401) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739538) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 740074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740212) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741372) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744395) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745688) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745724) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745727) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747340) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748016) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750088) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750169) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750282) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750657) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545083) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 565223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 571311) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601244) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 704115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 712349) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713629) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715062) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729471) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731894) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732201) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732446) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732559) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732561) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735657) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737110) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738059) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738214) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738421) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739539) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740067) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740645) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741264) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741373) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745725) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747369) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748038) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748348) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750348) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 4904
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.131
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)
|
| 238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 544487) 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)
|
| 408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 576141) 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)
|
| 410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 576334) 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)
|
| 421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 576681) 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)
|
| 422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 576757) 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)
|
| 618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 598752) 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)
|
| 684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 601122) 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)
|
| 929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707999) 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)
|
| 1354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 713628) 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)
|
| 1495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714936) 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)
|
| 1499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 714940) 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)
|
| 1501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 715061) 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)
|
| 1509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 715079) 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)
|
| 1737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 718387) 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)
|
| 2284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 725912) 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)
|
| 2418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728698) 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)
|
| 2424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728861) 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)
|
| 2675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732245) 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)
|
| 2682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732442) 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)
|
| 2708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732647) 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)
|
| 2937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734623) 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)
|
| 3362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737541) 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)
|
| 3412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737825) 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)
|
| 3419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737850) 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)
|
| 3426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737934) 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)
|
| 3463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738161) 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)
|
| 3506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738742) 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)
|
| 3538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739130) 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)
|
| 3563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739354) 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)
|
| 3661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740558) 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)
|
| 3680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740676) 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)
|
| 3758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741398) 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)
|
| 3774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741462) 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)
|
| 3897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742685) 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)
|
| 3909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742750) 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)
|
| 4347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745759) 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)
|
| 4365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745867) 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)
|
| 4385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745948) 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)
|
| 4709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748015) 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)
|
| 4848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749454) 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)
|
| 4898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749780) 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)
|
| 4994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750203) 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)
|
| 4999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750208) 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)
|
| 5000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750209) 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)
|
| 5002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750222) 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)
|
| 5003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750223) 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)
|
| 5005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750225) 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)
|
| 5037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750347) 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)
|
| 5042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750365) 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)
|
| 5049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750379) 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)
|
| 5115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750799) 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)
|
| 167 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 4904 AND `id_group` = 1 LIMIT 1 |
0.131
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)
|
| 169 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 4904 LIMIT 1 |
0.131
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)
|
| 241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 544966) 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)
|
| 242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545065) 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)
|
| 411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 576347) 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)
|
| 541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589692) 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)
|
| 548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589792) 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)
|
| 549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 590244) 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)
|
| 609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 597795) 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)
|
| 614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 598217) 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)
|
| 658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600097) 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)
|
| 855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 637983) 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)
|
| 2342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 726332) 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)
|
| 2399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 728481) 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)
|
| 2431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 729472) 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)
|
| 2437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 729569) 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)
|
| 2447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 729686) 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)
|
| 2448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 729732) 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)
|
| 2589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 731314) 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)
|
| 2678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732248) 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)
|
| 2700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732515) 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)
|
| 2729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 732835) 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)
|
| 2785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733337) 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)
|
| 2827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 733550) 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)
|
| 2963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 734710) 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)
|
| 3087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735425) 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)
|
| 3137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 735681) 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)
|
| 3356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737466) 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)
|
| 3481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738420) 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)
|
| 3532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739028) 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)
|
| 3594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739638) 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)
|
| 3674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740646) 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)
|
| 3686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740794) 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)
|
| 3823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742182) 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)
|
| 3930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742935) 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)
|
| 4121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744393) 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)
|
| 4171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744600) 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)
|
| 4179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744652) 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)
|
| 4336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745726) 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)
|
| 4352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745800) 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)
|
| 4379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745936) 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)
|
| 4602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747272) 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)
|
| 4650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747440) 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)
|
| 4699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747877) 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)
|
| 4995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750204) 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)
|
| 5001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750221) 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)
|
| 5004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750224) 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)
|
| 5008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750228) 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)
|
| 5013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750252) 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)
|
| 5030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750307) 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)
|
| 5069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750440) 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)
|
| 5081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750522) 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)
|
| 5083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750557) 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)
|
| 342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 570015) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595684) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720348) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725520) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728445) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728447) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729570) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731547) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732443) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735225) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735558) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738369) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739439) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740174) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740647) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745445) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748326) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750226) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750229) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750378) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750380) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750474) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750478) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 564894) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 565033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 576188) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 596020) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710561) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711983) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713621) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714523) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714525) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714721) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715065) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 727713) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728444) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728446) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728860) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729659) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729662) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729682) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729683) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729684) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731679) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731946) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732244) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732649) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732864) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734504) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734588) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734622) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735210) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735863) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738490) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739188) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739331) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739504) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739848) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740838) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741375) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741425) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745728) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745895) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747309) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747684) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750140) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750254) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750283) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750285) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750303) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5031 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750308) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5033 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750310) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750377) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750381) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750403) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750404) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750405) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750406) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750439) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750472) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750475) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750827) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750828) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 598289) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738624) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750249) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5023 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750284) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5245 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 4908 |
0.129
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)
|
| 143 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax_lang`
WHERE `id_tax` = 1 |
0.129
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)
|
| 237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 544291) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545068) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545392) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576481) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 592869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 594813) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 597781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599097) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 600248) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 709736) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714377) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716387) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721588) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725359) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725377) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725854) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725883) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726288) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726290) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 727717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728448) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728697) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728893) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728896) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729660) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731057) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731116) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731263) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731414) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731947) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732068) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733306) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733648) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734078) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734135) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734362) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734706) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735312) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735874) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737346) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738631) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739400) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739636) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739849) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741426) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745507) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745754) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745760) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745865) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745868) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747327) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747337) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747342) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748043) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749865) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749984) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5014 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750309) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750346) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750375) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750376) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750402) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750407) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750412) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750430) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750605) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750829) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750844) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
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)
|
| 231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 543702) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 543989) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 544055) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 544164) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545080) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 565173) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 566351) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 569033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 569325) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 570610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574958) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575718) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 576427) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576853) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 591789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595162) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595748) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 709239) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718136) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718138) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718187) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721809) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725354) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725728) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726013) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728406) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728857) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729734) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729735) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731370) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731372) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731972) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731977) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732832) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733737) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735768) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735862) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737746) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737994) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738125) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738424) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738626) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 738927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740264) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740677) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742462) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743210) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745459) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745620) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745729) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745756) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745822) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745863) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745864) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747555) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747607) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747820) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748042) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749986) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750062) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750186) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750796) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750830) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 569361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599291) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599652) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 703734) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737189) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742242) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742748) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.128
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.127
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)
|
| 232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 543754) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 543862) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 570544) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577171) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589722) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599318) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 600515) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718013) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719768) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725425) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725727) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726371) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728227) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728384) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728408) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731311) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733414) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734707) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734895) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735631) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735796) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737627) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738014) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738371) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 738737) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740211) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740614) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740839) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742126) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742244) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744350) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744394) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744422) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744599) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745758) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745798) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745821) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745894) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745896) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745984) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746771) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747308) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748070) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748110) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748113) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749249) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749451) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749515) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750089) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750798) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750800) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750902) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5239 |
SELECT SQL_NO_CACHE name, alias FROM `pre4836_hook_alias` |
0.127
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)
|
| 249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545530) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 570746) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576395) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589786) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595238) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601161) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714921) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715449) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716446) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725521) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725857) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725949) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733596) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733990) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737684) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737796) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738159) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738252) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739332) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740490) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740679) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742749) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742780) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745730) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745897) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745972) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749281) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737944) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
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)
|
| 134 |
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.126
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)
|
| 229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 543654) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 545067) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 565600) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 570199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 638260) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710636) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721849) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723963) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725375) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725424) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725729) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729661) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731416) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734569) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734625) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738012) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741748) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742555) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745570) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745573) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745692) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745898) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747302) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748349) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748457) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749283) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749514) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749941) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750853) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 544743) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546011) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 565835) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 567884) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 568979) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576619) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712016) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714521) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715078) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716259) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721851) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725882) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725911) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730913) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731262) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731417) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733412) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735625) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735908) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 737747) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739540) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740148) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740828) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741464) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742243) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745572) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745574) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745616) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745799) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745866) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745899) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747370) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747554) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748573) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749539) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749963) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750113) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750138) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750158) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750870) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 543661) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577121) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710457) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744416) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744432) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745554) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745569) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747477) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749866) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 name FROM pre4836_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 545 LIMIT 1 |
0.125
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)
|
| 250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545703) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545842) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 571925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 594773) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633551) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707921) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717771) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724805) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731111) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731309) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731313) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732865) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733650) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733921) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735559) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735907) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737561) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738910) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740800) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740908) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742272) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742871) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743168) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744354) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744418) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744648) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745594) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745618) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745619) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745684) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747088) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747605) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748069) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748337) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749231) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749510) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749602) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750152) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750903) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.125
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5271 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734604) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735941) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743140) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747090) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747322) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747553) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748340) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749285) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749511) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 `name`
FROM `pre4836_manufacturer`
WHERE `id_manufacturer` = 129
AND `active` = 1 LIMIT 1 |
0.124
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)
|
| 180 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 545 LIMIT 1 |
0.124
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)
|
| 214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751614) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
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)
|
| 218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 541056) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 575616) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 576523) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589785) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 594869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 597654) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599138) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 635344) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 635929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711390) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712138) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714378) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714379) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718069) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718188) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719769) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720036) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723960) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724800) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725880) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725881) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726037) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728067) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731054) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732065) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733724) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734483) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734506) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734507) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736851) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737342) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737973) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738373) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739398) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740261) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740263) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740616) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741100) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741460) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741874) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742274) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742393) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742504) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744417) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745617) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745669) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745670) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745973) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745975) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747037) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747099) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747225) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747300) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747304) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747441) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747821) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748040) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748068) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748341) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748450) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748847) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749229) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749232) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749246) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749333) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749512) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749513) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749537) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749942) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749985) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750114) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750170) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750642) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750843) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 545 LIMIT 1 |
0.123
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)
|
| 213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751596) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
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)
|
| 255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546019) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 564572) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 597952) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599158) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619879) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710461) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711264) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713622) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714127) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714553) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714725) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717865) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719343) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724840) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725675) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725878) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725884) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725910) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728859) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730770) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731312) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732030) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732109) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734505) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734605) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734624) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734626) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734837) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735683) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735909) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737313) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737465) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737486) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737748) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738126) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 738834) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739186) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739402) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740146) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740213) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740799) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741323) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742125) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742246) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742297) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742392) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742784) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742874) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742916) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743079) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743874) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744724) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745442) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745508) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745509) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745511) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745512) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745614) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745683) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746516) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747089) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747100) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747207) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747221) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747226) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747275) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747278) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747325) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747338) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747343) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747344) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747346) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747478) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747479) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747491) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747551) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747552) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747606) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747743) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748041) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748111) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748114) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748145) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748148) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748237) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748322) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748323) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748338) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748351) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748455) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748478) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748479) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748531) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748672) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749284) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749332) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749336) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749500) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749538) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749540) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749756) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749779) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749870) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749885) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750090) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750171) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750842) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751083) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 598731) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731371) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745571) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745611) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747303) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747439) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749867) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749868) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575157) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 598922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 600328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712711) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721768) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721814) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725517) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725730) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728383) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731117) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731373) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732650) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732833) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733331) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733336) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733341) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733342) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733394) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733398) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733401) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736871) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737344) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737975) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739330) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739963) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742391) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743163) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744004) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744433) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744646) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745510) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745513) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745568) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745588) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745689) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745947) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745971) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747091) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747208) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747276) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747277) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747301) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747307) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747326) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747345) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747347) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747371) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747412) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747488) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747492) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747604) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747822) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748011) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748014) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748146) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748147) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748179) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748224) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748239) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748454) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748506) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748533) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748572) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749282) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749331) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749335) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749337) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749418) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749449) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749599) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749600) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749603) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749605) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749777) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749888) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749964) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749965) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749983) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750087) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750135) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750153) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750154) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4977 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750155) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750157) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751080) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 596480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720100) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733307) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733434) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734882) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737814) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738212) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743731) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745536) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745615) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747274) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747323) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747481) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747871) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748013) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748143) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748144) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748325) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748350) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748530) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748670) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749286) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749886) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750078) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750086) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750091) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750116) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750136) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750156) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634637) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707458) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 709328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713529) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713633) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715540) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718137) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718388) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725321) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733332) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733333) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733335) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733649) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734440) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734448) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734652) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734677) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738061) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738422) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 738830) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738907) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740069) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740173) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741218) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742069) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742322) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744421) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745514) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745690) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745691) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746512) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747224) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747305) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747489) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748012) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748226) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748238) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748481) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748504) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749334) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749417) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749701) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749704) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749705) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749887) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749966) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750065) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750117) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750119) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750137) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750139) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751572) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575209) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580736) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619323) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720051) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725420) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725422) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725516) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725856) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725885) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731549) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732834) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733407) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733408) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733439) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733440) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733441) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733515) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733568) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733601) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733640) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733659) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734359) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734439) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734484) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734814) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735309) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737992) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738630) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739639) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740832) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741097) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741747) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741749) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741871) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744207) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747306) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747490) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747688) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748225) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748505) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749416) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749419) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749450) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749604) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749753) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749754) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749943) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749944) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749982) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750118) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751516) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5269 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:139 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0e/48/fe/0e48fea756a8a769e27271462ee9d405f5bb4b30_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93e48e60_11323920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.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/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/ce/b2/9f/ceb29f14dee14c35e729eaf3fb82feb8a32ccf04_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d80b70_52281230)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d73aa6_12669944)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/88/e5/ee/88e5ee84c88ef7411de36320b2e53370db75e4ed_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d6e672_30182272)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/0a/97/e1/0a97e123f70bee9ea19869a4fc731238ba0967c2_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d69873_55444111)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_grossistelayouts_layout_full_width_tpl/dd/f5/9b/ddf59b1a5936bfbd4188b15dda710b908b3db941_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e93d5b7f5_56907531)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 541072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 568823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 598328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633215) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714557) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714770) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714920) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725374) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725523) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726135) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 727715) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 732651) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734447) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734449) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734960) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735942) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735943) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737827) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740486) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742187) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749890) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750648) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751135) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 572299) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 591616) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711233) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716135) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717257) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717866) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718011) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724763) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725423) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725426) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725726) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725853) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725909) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728228) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731053) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733334) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733442) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733462) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734450) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734481) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734627) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734834) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735090) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735708) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737468) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737811) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737897) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737995) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739030) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739333) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739537) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739850) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740176) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740796) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741428) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741743) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742068) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742321) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743335) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743553) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744088) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745668) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745672) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745943) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746595) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746883) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747874) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 748240) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749601) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749702) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749703) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750134) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546262) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719342) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730263) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734606) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737848) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739440) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746881) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 541073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 545066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546096) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 564704) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574962) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575152) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 588817) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589392) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 630700) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 707467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 709127) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710060) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711961) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712787) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714110) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715080) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715969) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717258) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717570) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717571) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717573) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718168) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718652) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 724067) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724068) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724746) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725427) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725519) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725955) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734654) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734655) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734708) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734711) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734815) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734840) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734893) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 735209) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737108) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737464) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737628) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738157) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738627) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739441) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740149) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740172) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740648) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740678) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740840) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740911) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741221) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741586) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742186) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742241) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743211) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743348) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743433) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743634) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743821) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744647) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745362) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745970) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745974) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746813) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746836) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750651) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 564590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574645) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 575620) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 578987) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589297) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595834) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707920) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710745) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713669) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717688) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717871) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718647) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726675) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728381) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728696) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734015) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734653) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734675) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734676) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734743) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734786) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734811) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734836) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734838) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734839) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734848) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734850) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734851) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734852) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734853) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734878) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734879) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734958) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734978) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737345) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737812) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737900) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737976) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737997) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739264) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740143) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 740185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740617) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740675) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740829) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741019) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741217) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741400) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741745) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741746) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741784) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741788) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742323) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742395) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742505) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743208) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743999) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744351) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744396) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744440) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745949) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746886) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751081) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751082) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751569) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751570) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734881) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735910) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 541098) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 557506) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 561338) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575212) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 575628) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 588807) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589186) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 600972) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715537) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715858) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715989) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716051) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717769) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717770) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717775) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717808) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720015) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720098) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720099) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721810) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724455) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728443) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734663) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734664) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734665) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734667) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734678) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734679) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734705) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734763) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734784) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734880) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734883) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734891) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734892) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734957) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734975) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734976) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734977) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737463) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738831) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739536) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739847) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740070) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740209) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740210) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741403) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741785) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741787) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741870) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742325) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742394) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742396) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742457) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742460) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742461) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743570) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743713) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743724) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744001) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744113) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744282) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744330) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744398) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744597) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751018) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751201) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 541086) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546297) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715450) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717572) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717683) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717759) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717773) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725908) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734656) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734785) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734796) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734812) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734816) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734835) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734847) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734849) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734939) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734979) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739399) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740144) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740555) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741401) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741402) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741868) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742398) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743572) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743711) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743712) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743898) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746514) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750733) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.117
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 541153) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 541825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546235) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546280) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546886) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547018) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 547358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 563711) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 563989) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 572640) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574993) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575042) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575399) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577448) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580748) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715857) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715860) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715965) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715985) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717761) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717804) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717805) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717821) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719207) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721811) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725428) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725518) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725724) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725950) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725953) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734761) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734787) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734894) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734961) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736004) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737003) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737314) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737408) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737484) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737485) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737544) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737683) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737828) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738058) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738417) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738423) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738628) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738909) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739128) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 739187) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739263) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739329) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740171) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740561) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740830) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741458) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741786) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742326) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742458) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742459) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743225) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743332) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743369) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743370) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743395) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743471) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3977 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743725) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744000) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744003) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744288) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744329) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744331) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744419) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746000) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746594) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746810) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750787) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750968) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751165) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751343) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751530) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 541691) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 542723) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546158) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546277) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546669) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546913) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 563930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 564461) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 574409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575669) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 579859) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712097) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712708) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713172) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715081) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715743) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715988) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716049) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716052) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717574) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717575) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717684) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717758) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717760) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717772) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717774) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717806) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717807) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717820) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717822) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725421) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728450) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731112) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734666) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734813) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735939) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737109) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737629) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737670) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737813) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737829) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737898) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737899) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738013) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738425) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738488) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739127) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739262) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740208) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740485) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741018) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741098) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741463) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742245) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743465) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743468) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743529) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743530) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743831) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743858) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744391) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744704) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745944) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746812) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750965) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751084) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751085) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751134) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751274) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751571) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 543239) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546215) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546695) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546908) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547000) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 547572) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 549698) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 563789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 572720) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 573918) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574680) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574756) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575018) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575215) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575241) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575380) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575392) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577617) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577663) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577978) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 578033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 578091) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 579124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 580079) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 631549) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721848) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723964) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724804) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735858) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737315) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737977) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737978) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737996) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738254) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739334) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739640) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740145) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740618) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740619) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740681) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742299) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743279) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743308) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743443) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743472) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743628) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743771) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4014 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743800) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743841) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743966) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744107) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744109) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744209) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744210) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744211) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744231) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744232) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744254) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744283) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744284) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744434) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744441) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744949) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745946) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745950) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746120) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746331) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746680) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746956) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750652) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750972) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751065) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751164) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751168) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751322) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751396) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 product_type FROM `pre4836_product` WHERE id_product = 17562 LIMIT 1 |
0.115
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)
|
| 226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 542524) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546113) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546227) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546321) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546443) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546450) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546799) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 547019) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 547329) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 547487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547493) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547510) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547607) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547634) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 547673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547676) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 563616) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 563954) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 564791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 573695) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 573758) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574017) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574148) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574359) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574444) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574489) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574868) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574898) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575319) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575327) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575454) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 575601) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575643) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577381) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577504) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577611) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577718) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577910) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 578700) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 579005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 579063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708490) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708854) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710856) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712296) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712950) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715451) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715986) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717864) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717867) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718186) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718648) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719143) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720600) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721769) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725723) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734607) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735089) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737682) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738419) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738489) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738832) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738833) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740557) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740798) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740831) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740841) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741099) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742327) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742397) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743290) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743333) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743334) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743420) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743451) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743459) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743464) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743466) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743594) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743595) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743726) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743748) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743819) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743820) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743837) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743902) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743910) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743939) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743962) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743968) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743969) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744002) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744111) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744230) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744252) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744257) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744287) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744332) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744333) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744334) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744335) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744397) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744725) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745945) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746515) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746681) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750631) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750966) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750967) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750969) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750973) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751014) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751015) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751017) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751136) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751163) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751166) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751167) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751169) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751204) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751389) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751446) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751454) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751529) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751531) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751573) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 546672) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 549699) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 550093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 579934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595226) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711396) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743618) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743838) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743899) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743967) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746682) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751016) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751458) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_group`
WHERE `id_group` = 1 LIMIT 1 |
0.114
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)
|
| 279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546748) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546884) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 546949) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547051) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547344) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547574) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 547631) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 549693) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 549694) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574553) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574799) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574879) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 574937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575065) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 575362) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 577690) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 578334) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 578669) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 579329) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 579365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 579488) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580040) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 580163) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 585731) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 588952) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 594851) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601326) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711157) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714259) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717819) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719204) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725677) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734621) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736957) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737681) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738418) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738629) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739851) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740680) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740842) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741263) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741459) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742298) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743441) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743615) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743621) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4023 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743839) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743856) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743857) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743871) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4033 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4039 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743900) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744110) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744112) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744114) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744116) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744208) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744229) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744233) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744234) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744235) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744285) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744286) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745201) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745969) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746359) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746677) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746753) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746814) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750970) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750971) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751012) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751013) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751067) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751068) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751078) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751079) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751137) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751138) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751275) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751276) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751350) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751371) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751402) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751416) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751422) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751500) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 575532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 579407) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 579501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 580272) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580595) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580662) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580815) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580907) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580996) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 581081) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 581280) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 581384) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 588792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 588975) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589144) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589157) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589172) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589212) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589248) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589261) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589292) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599821) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 600846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601170) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619290) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 709126) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711624) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715575) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715856) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715968) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715970) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715990) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718012) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721771) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724799) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724900) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728895) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735235) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736913) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737111) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737761) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743669) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743822) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743840) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743854) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4031 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 743870) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744108) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744537) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744645) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746119) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746293) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746382) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4450 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746383) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746596) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746788) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746790) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746831) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746884) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746961) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747036) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751011) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751495) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751496) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 751499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580680) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589163) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 579712) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 579802) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580252) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580346) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 580366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580387) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580956) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 584519) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 585378) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 587959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 588612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589090) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599160) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 600127) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 600199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 600534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 600877) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619407) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 631547) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634527) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708856) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714384) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715539) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718135) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725676) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735905) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736799) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738158) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738162) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740262) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740909) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744420) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744726) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744769) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745283) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745986) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746001) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746003) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746292) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746294) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746327) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746329) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746678) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746683) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746769) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746882) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746885) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 580507) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 580582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 588791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589107) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 592162) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715966) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716050) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718068) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719470) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723962) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729867) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735655) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738123) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745288) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745985) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746679) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746684) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750649) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601330) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707474) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708851) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 709089) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715859) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717992) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718653) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719150) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719151) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721886) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728405) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735861) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736849) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737407) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738908) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744516) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744518) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744729) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744730) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744731) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744950) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744967) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745031) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745173) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745174) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745287) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745329) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745990) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746002) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746004) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746121) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746122) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746123) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746289) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746330) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746378) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746431) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746432) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746433) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746749) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746750) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746768) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746770) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746955) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746958) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715448) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719483) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724456) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725725) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730635) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735088) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735621) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735709) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736481) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737343) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744727) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745282) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745331) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746252) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746254) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746332) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746434) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746509) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746511) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746752) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747004) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 737938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
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)
|
| 135 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 17562
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.110
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)
|
| 568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 594791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601051) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601445) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619417) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632862) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708852) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710993) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715538) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715967) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719471) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720351) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724044) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725274) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726011) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 728066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741430) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744763) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744768) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744915) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744970) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745176) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745245) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745246) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745247) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745285) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745286) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746287) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746288) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746326) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746377) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746380) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746510) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746751) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746957) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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_type FROM `pre4836_product` WHERE id_product = 4908 LIMIT 1 |
0.110
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)
|
| 670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 600599) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601431) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619414) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619520) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632484) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710235) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713670) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715790) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 715987) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718170) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718945) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718946) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719152) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719486) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720829) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721850) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722242) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 727656) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733994) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735528) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744728) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744951) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744963) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744966) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744968) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744969) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744972) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745030) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745244) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745248) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745290) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745327) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745987) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745988) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745989) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746290) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746291) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746362) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746379) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746381) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746754) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746960) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 747033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601455) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 631891) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632915) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632957) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633041) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724902) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744952) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601082) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601337) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601439) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601721) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619420) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619596) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619768) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619816) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619903) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619915) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 630209) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 630225) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 630241) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 630636) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 630673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632865) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632984) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633082) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708327) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708857) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710837) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712375) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713903) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714044) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718070) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719144) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719468) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721019) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725320) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729952) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731051) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731475) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733752) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734016) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736912) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737354) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739506) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744916) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744953) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744964) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744965) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744971) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745284) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745289) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745330) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 745359) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746830) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749247) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 591613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601081) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601376) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601505) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601649) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601689) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601899) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 601951) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619052) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619828) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 619840) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 630626) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632445) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632466) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632885) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633037) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633060) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633089) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633148) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633160) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707468) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707533) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710236) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711625) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719145) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719469) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726320) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730640) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735264) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744531) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746805) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746815) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750632) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 632895) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 4908 AND `id_group` = 1 LIMIT 1 |
0.107
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)
|
| 628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 599099) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634041) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708189) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708329) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708853) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710061) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711397) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712106) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712376) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713422) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714257) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714558) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717215) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720603) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724069) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724632) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724745) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726323) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731476) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731546) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734017) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736539) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736866) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736914) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736992) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4908) AND (id_product_attribute = 580956) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
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)
|
| 530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 589548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711231) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712297) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738906) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 634494) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
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)
|
| 582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 595280) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708325) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708484) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710839) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711020) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711746) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712951) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714385) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714559) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714720) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 716585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723616) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723786) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725318) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725678) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 727716) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735421) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737745) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741427) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744472) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707469) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708798) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710062) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710838) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711158) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712377) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718947) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720601) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721020) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721812) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721890) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725317) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729950) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729981) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731052) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707471) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707588) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708326) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708485) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 709128) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710084) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710237) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710840) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710841) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711019) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711493) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711517) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711743) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713050) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713173) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713770) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714719) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716472) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724899) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725954) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730637) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 731474) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736847) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746787) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5255 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pre4836_category_group ctg
WHERE ctg.`id_category` = 545 AND ctg.`id_group` = 1 LIMIT 1 |
0.105
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)
|
| 583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 595406) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634154) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634287) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634293) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707470) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707490) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707530) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707552) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708225) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708373) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708491) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708775) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708777) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710067) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710857) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710858) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711178) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711600) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712114) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712116) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712386) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713711) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716586) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718649) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720052) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720828) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721847) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723784) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 723785) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724043) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724877) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729978) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730000) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730505) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730690) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733732) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735622) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735623) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736430) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736908) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736958) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 739501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740910) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750655) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.105
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633818) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707477) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707529) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707569) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710135) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710301) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710362) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710859) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710995) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711156) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711603) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712939) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712988) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713715) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713905) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713916) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735488) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736520) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750653) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633834) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634230) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707518) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707531) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707555) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707561) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707570) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707586) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707595) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708224) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708336) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708372) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708486) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708488) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708489) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708774) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710085) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710086) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710087) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710136) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710139) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710140) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710141) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710238) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710239) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710302) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710303) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710387) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710388) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710842) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710860) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710861) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710862) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710969) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710992) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710994) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711136) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711137) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711138) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711139) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711179) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711230) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711518) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711519) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711602) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711604) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711621) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711623) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711807) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711861) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711868) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711939) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712416) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712478) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712941) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712942) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712952) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712990) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713051) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713052) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713080) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713084) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713170) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713712) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713713) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713827) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713883) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713920) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714041) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716731) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721770) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724878) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724879) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726334) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729868) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729870) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729951) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730084) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730688) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736907) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736954) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744535) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746804) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749248) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710300) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711745) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595062) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 600219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 633593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634138) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707520) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707568) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707594) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 707596) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708371) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 708492) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710137) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710138) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710234) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710298) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710386) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710389) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710417) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710456) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710920) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711135) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711154) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711155) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711208) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711229) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711520) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711601) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711620) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711622) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711777) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711808) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711842) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711860) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711941) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 711960) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712549) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712550) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712638) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712949) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712953) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712954) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712955) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712986) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712987) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712989) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713053) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713054) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713078) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713167) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713168) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713169) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713171) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713174) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713419) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713714) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713716) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713771) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713773) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713774) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713790) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713828) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713884) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713885) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713886) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713887) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713888) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713902) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713917) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713918) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713919) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713921) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714040) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714042) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 714043) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716558) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 716559) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716729) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717870) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718167) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719153) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720054) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720729) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723617) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724903) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725319) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726038) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726291) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726333) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 727712) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729949) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729979) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730055) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735735) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736354) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736431) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736433) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736434) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736519) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736538) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736595) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736651) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736867) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737763) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 742300) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744598) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746832) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595090) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599999) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 710299) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 712627) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713079) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713083) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713421) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716471) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716557) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716913) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716937) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718189) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719208) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720350) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724496) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724633) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726287) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730504) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730632) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730636) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730638) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730692) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736429) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736479) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736523) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736848) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736909) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 750654) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599176) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713081) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713082) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713420) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713772) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 713792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716561) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716719) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720050) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726012) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 599207) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716721) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 716910) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717134) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717141) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 717142) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 718651) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723961) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729980) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730264) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730639) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736432) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736483) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736521) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736594) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737312) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744479) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744513) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746806) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595108) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716588) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716720) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716730) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716732) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716909) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716911) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716912) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717100) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717144) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724454) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724777) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 726134) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729999) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736536) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736537) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736540) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744477) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744478) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744595) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.101
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 595136) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716723) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716914) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717214) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717216) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718067) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718654) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720906) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724281) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736292) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737317) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740843) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744474) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633840) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634322) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716722) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716728) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717143) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717145) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717217) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718942) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720730) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720827) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721044) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724984) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724986) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724987) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725272) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730056) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733758) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735653) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736868) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738127) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744702) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718944) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720732) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721887) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724983) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737201) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738211) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634047) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634557) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634652) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716469) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718134) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720349) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720731) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720798) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721017) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722943) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722944) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724982) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724985) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730500) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730689) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733699) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735036) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735489) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738062) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746880) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 749227) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.099
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634422) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 716470) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718389) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720733) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720735) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721211) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721813) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721888) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721891) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721911) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722945) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724065) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 724106) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724280) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724524) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730001) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730030) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730057) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730083) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730085) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730086) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730087) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730262) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730362) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730478) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730479) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730634) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730693) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735234) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735236) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735871) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746811) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746835) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.098
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634524) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634953) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718877) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718943) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719154) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720734) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720796) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720996) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721018) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721208) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721212) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721910) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721914) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721984) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722165) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722294) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723618) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724107) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724241) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724243) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724245) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724634) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 729997) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730059) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730082) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730204) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730261) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730359) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730481) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730633) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735091) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735226) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735624) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736790) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739635) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744533) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746786) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746809) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634657) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634680) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721207) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721909) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724523) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725053) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730259) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730260) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741429) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.097
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 633894) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718941) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720830) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720832) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720903) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720907) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720960) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720973) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720976) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721042) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721176) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721209) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721474) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721477) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721586) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721983) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721986) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722167) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722244) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722290) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722293) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722798) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722800) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722942) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723040) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723619) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723620) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723689) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723779) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724108) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724109) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724151) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724153) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724154) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724218) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724282) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724284) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724551) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724552) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724629) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724649) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724650) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724652) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724670) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724672) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724710) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 724711) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725166) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730058) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 730691) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733854) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 733863) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734040) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735207) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 736993) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738213) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741461) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 741588) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718650) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720961) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720975) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720995) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720997) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721038) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721476) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721478) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721912) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721985) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722166) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722168) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722243) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722292) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723036) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723038) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 723691) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724150) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724152) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724242) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724244) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724246) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724283) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724651) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724653) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724706) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724988) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725107) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 734071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735422) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736098) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736652) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744703) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.096
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 633999) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634344) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718169) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720037) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720079) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720962) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720994) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721178) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721179) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721210) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721475) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721913) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721982) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722169) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722946) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723037) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723690) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/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 = 17562) AND (id_product_attribute = 723780) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724500) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724521) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724553) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724554) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724555) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724705) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724707) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725054) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735626) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735736) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744536) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634489) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718871) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718878) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720831) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720905) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720974) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721040) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721041) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721043) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721177) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721479) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 721987) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722245) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722291) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722796) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722799) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 722801) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723688) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 723781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724520) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724630) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724631) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724708) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724709) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725048) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735906) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746837) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717868) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735208) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735654) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737000) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744514) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744517) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634000) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634019) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634420) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718874) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724962) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725179) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735224) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735307) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735737) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735859) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 738935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744649) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.094
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589308) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634683) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718390) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719770) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719788) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724960) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724961) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724989) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725049) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725111) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735227) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735237) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735656) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736094) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736096) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736291) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 739026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 740362) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744475) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744594) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744651) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746807) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746833) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.093
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717990) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718391) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720053) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724958) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725031) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725051) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725108) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725109) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725110) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735238) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735308) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735860) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736099) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736287) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736653) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736989) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737001) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737264) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 717989) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 724932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725050) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725052) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 725180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736095) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.092
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634709) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634720) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634759) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634811) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634950) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736097) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736100) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736288) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736289) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736654) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737002) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744650) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 718392) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736285) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 737192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737316) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 589320) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634693) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634818) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634870) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634947) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720014) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720080) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736286) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634844) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634862) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634888) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719484) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736655) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744596) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.090
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634841) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 634865) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735627) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735630) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 736290) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744476) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 744515) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746878) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.089
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735628) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 735629) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737262) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746808) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746834) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 746879) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.088
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720012) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720078) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737204) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 17562) AND (id_product_attribute = 737263) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.087
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719485) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719790) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720013) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.086
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719924) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 720011) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719923) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.085
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 17562) AND (id_product_attribute = 719926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.084
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|